fix(deps): update module github.com/jferrl/go-githubauth to v1.7.0#97
Merged
fernandonogueira merged 1 commit intoJul 2, 2026
Merged
Conversation
fernandonogueira
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.6.0→v1.7.0Release Notes
jferrl/go-githubauth (github.com/jferrl/go-githubauth)
v1.7.0Compare Source
[v1.7.0] - 2026-06-30
GitHub Enterprise Cloud (GHEC) support and a more foolproof installation-token configuration.
Added
WithBaseURLoption sets the API base URL verbatim (only normalizing a trailing slash), mirroring howgo-githubtargets a custom endpoint. UnlikeWithEnterpriseURL, it does not append/api/v3/, enabling GitHub Enterprise Cloud with data residency (https://api.SUBDOMAIN.ghe.com/) and pointing the client at anhttptestserver in tests (#50)Changed
WithBaseURL,WithEnterpriseURL,WithHTTPClient, andWithRetryOnThrottlecan now be combined in any order. PreviouslyWithHTTPClientrebuilt the client and silently discarded a base URL or retry setting applied before itnilHTTP client) is now reported by the first call toToken()instead of silently falling back to the public GitHub APIFixed
WithHTTPClientoperates on a shallow copy, so the caller's*http.Client(which may be shared elsewhere) keeps its original transportniltoWithHTTPClientnow yields a clear error instead of panickingMaintenance
net.Dialer.DualStackfield from the pooled HTTP clientgithubClient.clientfield tohttpClientfor clarityTests
WithBaseURL(GHEC andhttptestURLs), option order-independence, fail-loud misconfiguration, and verification that the caller's HTTP client is not mutatedDependencies
actions/cachefrom 5 to 6 (#49)actions/checkoutfrom 6 to 7 (#48)codecov/codecov-actionfrom 6 to 7 (#46)Full Changelog: jferrl/go-githubauth@v1.6.0...v1.7.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.